object SaveSessionDlg: TSaveSessionDlg Left = 222 Top = 611 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Sauver la session sous' ClientHeight = 96 ClientWidth = 317 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = True Position = poOwnerFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 121 Height = 13 Caption = 'Sauver les r'#233'glages actuels sous :' end object OKBtn: TButton Left = 82 Top = 64 Width = 73 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 162 Top = 64 Width = 73 Height = 23 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 1 end object SessionNameEdit: TComboBox Left = 16 Top = 32 Width = 289 Height = 21 AutoComplete = False ItemHeight = 13 MaxLength = 255 TabOrder = 2 OnChange = SessionNameEditChange OnClick = SessionNameEditClick OnKeyPress = SessionNameEditKeyPress end end